home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 4.1 - Disc 2 / 1998-07_-_Disc_4.1_No._2_Imperfect.iso / mechcmdr / data / objects / object2.pak / Unnamed File 000403 < prev    next >
Text File  |  1998-04-08  |  2KB  |  65 lines

  1. FITini
  2.  
  3. //---------------------------------------------------------------------------
  4. //
  5. //                VEHICLE:        HBAPC
  6. //
  7. //                BASE ID:        500
  8. //
  9. //---------------------------------------------------------------------------
  10.  
  11. // This is a Vehicle Data File.
  12. [ObjectClass]
  13. l ObjectTypeNum = 3
  14.  
  15. [Header]
  16. st FileType                            = "GroundVehicleType"
  17.  
  18. [General]
  19. ul ID                                = 500                // ID number for this mech type
  20. uc Alignment                        = 0                    // 0 = Inner Sphere, 1 = Clan
  21. st Name                                = "HBApc"            // vehicle type description
  22. uc Chassis                            = 0                    // Standard Chassis
  23. f TonnageClass                        = 10.0                // 80 tons
  24. c Seats                                = 4
  25.  
  26. [InternalStructure]
  27. //------------------------------------------------------------------------
  28. // In theory, the following should be dictated by the MaxTonnage, correct?
  29. uc Front                            = 1
  30. uc Left                                = 1
  31. uc Right                            = 1
  32. uc Rear                                = 1
  33. uc Turret                            = 1
  34.  
  35. [ObjectType]
  36. st Name                             = "HBAPC"        // Text string giving a descriptive name  (only 8 chars long!!)
  37. l Type                                 = 43            // ID number for this mech type
  38. l Appearance                        = 0x05000174
  39. l Duration                            = -1            // Lasts forever = -1
  40. l MaxDamage                            = 200            // Number of damage points before BOOM!
  41. l ExplosionObject                    = 449            // Object Class Number of explosion for Mech
  42. l DestroyedObject                    = 101            // Object Class Number of Destroyed shape for Mech
  43. f ExtentRadius                        = 14                // Extent Radius in Meters
  44. l IconNumber                        = 100
  45. [Control]
  46. ul Type                                = 2                //player = 1, ai = 2, net = 3
  47. ul DataType                            = 1                //mech control data = 1
  48.  
  49. [Dynamics]
  50. ul Type                                = 2                //Mech dynamics = 1
  51.  
  52. [VehicleDynamics]
  53. l maxTurretYawRate                    = 150
  54. l maxTurretYaw                        = 360
  55. l maxVehicleYawRate                    = 720
  56. l maxVehiclePivotRate                = 90
  57. f maxAccel                            = 18.0
  58. f maxVelocity                        = 18.0
  59.  
  60. [AudioVisual]
  61. st Anim =                            "animString"
  62. uc[3] MoveAnimSpeed =                0,2,1
  63.  
  64. FITEnd
  65.